home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / pc / main.dir / 00033_Script_33 < prev    next >
Text File  |  1996-06-22  |  311b  |  17 lines

  1. global gFilmIndex, gQTpresent, gscale, gautomode, gmode
  2.  
  3. on mousedown
  4.   set gmode = "manual"
  5.   puppetsound "click"
  6.   updatestage
  7. end mousedown
  8.  
  9. on mouseUp
  10.   set gmode = "manual"
  11.   puppetsound "click"
  12.   updatestage
  13.   if gQTpresent then
  14.     set gscale = 1
  15.     PlayQuickTime gFilmIndex
  16.   end if
  17. end